This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: 2 embeded views on web-page only shows first emeded view ~Umberto Nongeroson 30.Dec.03 03:24 AM a Web browser Domino Designer 6.0.2 CF2All Platforms
Aside from the <iframe> option mentioned, you can also feed the view on a $$ViewTemplate as JavaScript and write the data directly to the main page (using a <div> as a write target). It involves more work than the <iframe>, but at the same time it can appear to be more integrated into the main page. The only real drawback is that reading software that uses the source document rather than the in-memory document might not recognise the view content.